home *** CD-ROM | disk | FTP | other *** search
/ U.S. Robotics Connections 2 / US Robotics Connections.iso / mac / SourceMc / CompuServeCD.DIR / 00239.ls < prev    next >
Encoding:
Text File  |  1996-02-29  |  158 b   |  9 lines

  1. on mouseDown
  2.   puppetSound("MouseDown")
  3.   repeat with x = 13 to 24
  4.     set the cursor of sprite x to 0
  5.   end repeat
  6.   go("EndMEnu")
  7.   sound fadeOut 2, 30
  8. end
  9.